dom.insertTableRows()

Availability 3.0
Description Inserts the specified number of table rows into the current table.
Arguments numberOfRows, bBeforeSelection
The first argument is the number of rows to insert.
The second argument is a Boolean value indicating whether the rows should be inserted above the row that contains the selection.
Returns Nothing.
Enabler dom.canInsertTableRows()